Xbasic
helper::GoogleSheetSelectRecords Method
Syntax
SelectRecords as C(tablename as C[, columns as C[, upTo as C[, filterByExample as C]]])
Arguments
- tablenameCharacter
- columnsCharacter
- upToCharacter
- filterByExampleCharacter
Returns
- resultCharacter
Description
The SelectRecords method retrieves records from a Google Sheet table.
Discussion
This method returns a character string of records, allowing for optional column selection, row limits, and filter-by-example criteria.
Example